home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / bdm-linu.0 / bdm-linu / bdm-linux / textio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-27  |  203 b   |  9 lines

  1. /* textio.h - define name of routines to use for BDM driver package 
  2.  * did some funny MS-DOS console stuff.  stdio.h is just fine...
  3.  */
  4.  
  5. #include    <stdio.h>
  6. #define    NEWLINE        "\n"
  7.  
  8. /* end of textio.h */
  9.